home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
CUGUK
/
PC_LIBS
/
C043.ZIP
/
BGIDRV.ARC
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1989-05-31
|
598b
|
24 lines
#
# This MAKEFILE is used to build the debug.BGI file from its
# component files.
#
debug.bgi : debug.bin
bh debug.bin debug.bgi DEBUG
bgiobj debug.bgi n_debug.obj _DEBUG_driver
bgiobj /F debug.bgi f_debug.obj _DEBUG_driver_far
debug.bin : debug.exe
exetobin debug.exe debug.bin
# change \c\lib\cs in the tlink statement below:
debug.exe : debvect.obj debug.obj
tlink debvect+debug, debug, debug, c:\tc\lib\cs /m/s ;
debvect.obj: debvect.asm device.inc
tasm /ml debvect ;
debug.obj: debug.c
tcc -c -v -r- -K -O -Z -ms -zG -zBDATA -zDGRAPH debug.c